-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completion support for kafka file #148
Conversation
Completion for static properties names and values should work. Test exists but I need to update doc and clean my code. |
I get no completion on CONSUMER / PRODUCER |
description: string; | ||
enum?: ModelDefinition[]; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be preferable if the documentation linked to the embedded doc instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried, but it seems that it's not supported.
Could you please give me more information about this problem? |
It's the snippet vscode behavior. I fear that there is no fix for that. |
if you type PR or CO, you don't get completion for just the keyword PRODUCER or CONSUMER |
The only solution is to move those snippet in the language service. I don't know if it's easy to do that. Please create a new issue about that. |
You speak about snippet completion (managed by vscode)? |
please update the changelog |
e192dfa
to
c68a35f
Compare
fixed |
Fixes jlandersen#146 Signed-off-by: azerr <[email protected]>
c68a35f
to
75e9c82
Compare
Completion support for kafka file
Fixes #146
Signed-off-by: azerr [email protected]